Skip to content

Conversation

@MarcusHMCTS
Copy link
Collaborator

Jira link

DTSPB-4663

Change description

add the lastModifiedDateTime for concurrency issue

Testing done

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • [ x] Does this PR introduce a breaking change

@hmcts-jenkins-j-to-z
Copy link
Contributor

Plan Result (aat)

No changes. Your infrastructure matches the configuration.

@hmcts-jenkins-j-to-z
Copy link
Contributor

Plan Result (prod)

No changes. Your infrastructure matches the configuration.

build.gradle Outdated
implementation group: 'org.mapstruct', name: 'mapstruct-processor', version: versions.mapStruct
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jacksonDatabind
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.1'
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

downgrade? (& piTest at l173?)

@Override
public Form saveCase(String identifier, Form form) {
log.info("Save case called");
public Form saveCase(String identifier, LocalDateTime lastModefiedDateTime, Form form) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public Form saveCase(String identifier, LocalDateTime lastModefiedDateTime, Form form) {
public Form saveCase(String identifier, LocalDateTime lastModifiedDateTime, Form form) {

@FeliTam FeliTam force-pushed the DTSPB-4663_Fix-CCD-concurrency-issue-in-Submit-service branch from d23bf3a to 9764d4d Compare April 22, 2025 09:16
@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview April 22, 2025 09:22 Abandoned
@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview April 22, 2025 09:30 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants